Welcome![Sign In][Sign Up]
Location:
Search - kmp string

Search list

[OtherKMP模式匹配(可以有通配符)

Description: 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
Platform: | Size: 7846 | Author: 张远洋 | Hits:

[CSharpKmp

Description: 实现KMP模式匹配,模式匹配操作对象是字符串-achieve KMP, pattern-matching operations object is a string
Platform: | Size: 53248 | Author: 小百 | Hits:

[OtherKMP模式匹配(可以有通配符)

Description: 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
Platform: | Size: 891904 | Author: 张远洋 | Hits:

[Data structs字符串匹配的KMP算法

Description: 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
Platform: | Size: 4096 | Author: 郑旋 | Hits:

[Data structsKMP匹配算法

Description: 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
Platform: | Size: 3072 | Author: 卢孝飞 | Hits:

[OtherC语言kmp算法实现

Description: 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
Platform: | Size: 1024 | Author: ipkh | Hits:

[Data structskmp Algorithm

Description: 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
Platform: | Size: 1024 | Author: 容器 | Hits:

[Data structsFindstr

Description: 字符串的kmp模式匹配,分别输入主字符串和模式字符串,输出匹配结果-kmp string pattern matching, the main input strings and string mode, the output matching results
Platform: | Size: 1024 | Author: 刘莹 | Hits:

[Data structsKMP

Description: KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多.-KMP algorithm is a two string public string search algorithms, than the average efficiency of the algorithm is much higher.
Platform: | Size: 1024 | Author: mzp | Hits:

[DocumentsKMP

Description: KMP算法,详细的解释了如何去匹配字符串。做成了实验报告,希望给大家帮助。-KMP algorithm, a detailed explanation of how to match the string. The report resulted in the experiment, we hope to help.
Platform: | Size: 121856 | Author: 缪巍巍 | Hits:

[Data structsKMP

Description: kmp高效字符串匹配算法,算法复杂度大大减小。-KMP string matching algorithm efficient, the algorithm complexity is greatly reduced.
Platform: | Size: 2048 | Author: Whitehorse32 | Hits:

[Data structsKMP(VB)

Description: 自己写的基于VB6.0平台的KMP字符串匹配算法,算法过程和严蔚敏版数据结构相同,可以作为学习数据结构的参考-Wrote it myself VB6.0 platform based on the KMP string matching algorithm, the algorithm process and Yan Wei-min version of the same data structure can be used as a reference data structure learning
Platform: | Size: 2048 | Author: 杨羽 | Hits:

[MPIkmp

Description: 字符串的kmp匹配算法并行计算的源程序。-KMP string matching algorithm parallel computation of the source.
Platform: | Size: 4096 | Author: 成斌 | Hits:

[MPIkmp

Description: 使用并行计算编程工具OpenMp实现kmp串匹配-The use of parallel computing OpenMP programming tools to achieve KMP String Matching
Platform: | Size: 1024 | Author: lin | Hits:

[Data structskmp

Description: KMP字符串匹配算法C语言实现 精确度高-KMP string matching algorithm C language to achieve high accuracy
Platform: | Size: 4096 | Author: li shu | Hits:

[Data structskmp

Description: KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
Platform: | Size: 515072 | Author: 彭石 | Hits:

[Windows DevelopKMP

Description: 基于KMP算法的字符串匹配源码, 支持通配符,单匹配和多重匹配。 效率比较高-KMP string matching algorithm based on source code, support for wildcards, single match and multiple match. More efficient
Platform: | Size: 156672 | Author: nimo | Hits:

[Data structsKMP-string-search-algorithm

Description: C语言KMP字符串搜索算法实现。KMP字符串模式匹配通俗点说就是一种在一个字符串中定位另一个串的高效算法。-C language KMP string search algorithm realization. KMP string pattern matching is a popular point said in a string of the position of another string efficient algorithm.
Platform: | Size: 1024 | Author: 胡飞帆 | Hits:

[Data structsKMP-String-Mating-algorithm

Description: 中科大的教材文档,关于字符串匹配算法的详细描述和具体代码,主要介绍改进的KMP串匹配算法,采用散列技术的随机串匹配算法,基于过滤算法的近似串匹配算法,以及它们的MPI编程实现,结尾是C语言代码,都在同一份文件中。-USTC materials documentation on string matching algorithm detailed description and the specific code, introduces improved KMP string matching algorithm, using hashing random string matching algorithm, based on filtering algorithms approximate string matching algorithms and their MPI programming implementation, ending with C language code, all in the same document.
Platform: | Size: 48128 | Author: soulighter | Hits:

[OtherMazharul class Presentation of KMP algorithm

Description: KMP string match algorithm slide
Platform: | Size: 3510272 | Author: Mazhar | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net